getRoutingInfoForAppointment
getRoutingInfoForAppointment
Path Parameters
appointment_uuid string required
appointment_uuid
Responses
- 200
 - 401
 - 403
 - 404
 
OK
application/json
Schema
Example (from schema)
Schema
- Array [
 - ]
 
dealerUuid string
error object
code string
description string
metadata object
property name* string
statusCode int32
warnings object[]
code string
description string
{
  "dealerUuid": "string",
  "error": {
    "code": "string",
    "description": "string",
    "metadata": {}
  },
  "statusCode": 0,
  "warnings": [
    {
      "code": "string",
      "description": "string"
    }
  ]
}
Unauthorized
Forbidden
Not Found
Loading...